home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / rexx / ElAssign.readme < prev    next >
Text File  |  1997-09-05  |  2KB  |  62 lines

  1. Short:    Remove assigns from a dir and its subdirs
  2. Author:   TheAntony@bigfoot.com (Andrija Antonijevic)
  3. Uploader: TheAntony@bigfoot.com (Andrija Antonijevic)
  4. Version:  1.0
  5. Type:     util/rexx
  6.  
  7.  
  8.  
  9.     This script removes all assigns from a directory and all its
  10.     subdirectories and files and optionally deletes the directory with its
  11.     contents. $VER: ElAssign.REXX V1.0 (21.08.97) © Andrija Antonijevic
  12.  
  13.     Written by Andrija Antonijevic <TheAntony@bigfoot.com>.
  14.  
  15.     Many thanks to Charles Patterson <midian@azstarnet.com> whose
  16.     DeAssign.dopus5 gave me the idea to write my own version.
  17.  
  18.     I made the following improvements:
  19.  
  20.     - You don't need DOpus5 since it works with everything including
  21.       DOpus4, DOpus5 and any other kind of filemanager program.
  22.  
  23.     - It will remove all assigns from a directory and all its subdirectories
  24.       and files unless NODEEP option is specified.
  25.  
  26.     - Deleting chosen directory with all its contents is just an
  27.       option here. You can specify DELETE for deleting the directory
  28.       with confirmation and KILL for deleting without confirmation.
  29.  
  30.     - You can give any kind of path to the directory/file: using
  31.       complete path, relative path or assign.
  32.  
  33. Requirements:
  34. ~~~~~~~~~~~~~
  35.  
  36.     - rexxsupport.library (reqired)
  37.  
  38.     - rexxreqtools.library - only if you specify DELETE option
  39.  
  40.     - Filemanager like DOpus4 or 5 will make things easier (optional ;))
  41.  
  42.  
  43. If you find any bugs or have some suggestions, please contact me.
  44.  
  45.  
  46.  
  47.      ///  /_\  _ _| |_ ___ _ _ _  _    Amiga Translators Organization
  48. __  ///  / _ \| ' \  _/ _ \ ' \ || |        (Serbian department)
  49. \\\///  /_/ \_\_||_\__\___/_||_\_, |           Height Anxiety
  50.  \XX/  TheAntony@bigfoot.com   |__/              Team AMIGA
  51.  
  52.  
  53. ============================= Archive contents =============================
  54.  
  55. Original  Packed Ratio    Date     Time    Name
  56. -------- ------- ----- --------- --------  -------------
  57.     6492    2860 55.9% 26-Aug-97 00:33:16 +ElAssign.guide
  58.     1708     855 49.9% 26-Aug-97 02:14:06 +ElAssign.readme
  59.     5266    2215 57.9% 26-Aug-97 00:34:26 +ElAssign.REXX
  60. -------- ------- ----- --------- --------
  61.    13466    5930 55.9% 26-Aug-97 15:42:50   3 files
  62.